From: Paul Eggert Date: Sun, 6 Mar 2011 08:15:49 +0000 (-0800) Subject: * xdisp.c (update_window_cursor): Now static, since it's not used elsewhere. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~4487^2~1 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=1908abb18e12f53a17ace11a4595e672aff2642a;p=emacs.git * xdisp.c (update_window_cursor): Now static, since it's not used elsewhere. --- diff --git a/src/ChangeLog b/src/ChangeLog index 3f2386ab3aa..e201fdc483a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -11,6 +11,7 @@ * xdisp.c (BUILD_GLYPHLESS_GLYPH_STRING): Omit unused local var. (produce_glyphless_glyph): Make a pointer "const" since it might point to immutable storage. + (update_window_cursor): Now static, since it's not used elsewhere. 2011-03-06 Michael Shields (tiny change) diff --git a/src/xdisp.c b/src/xdisp.c index 818c4c36e52..3155116c48d 100644 --- a/src/xdisp.c +++ b/src/xdisp.c @@ -23789,7 +23789,7 @@ display_and_set_cursor (struct window *w, int on, /* Switch the display of W's cursor on or off, according to the value of ON. */ -void +static void update_window_cursor (struct window *w, int on) { /* Don't update cursor in windows whose frame is in the process